home *** CD-ROM | disk | FTP | other *** search
/ Classic Games for OS/2 Warp / Classic Games for OS2 Warp (1995)(IBM).iso / uninst.cmd < prev    next >
OS/2 REXX Batch file  |  1995-07-11  |  176b  |  11 lines

  1. /****/
  2. '@uninstal.bin'
  3. ret = RC
  4. If (ret == 1) then do
  5.    '@cd \'
  6.    '@del \funpak\uninstal.bin'
  7.    '@del \funpak\uninst.cmd'
  8.    '@detach \funpak\fpclean.cmd'
  9.    End
  10.  
  11.